home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / cal14s24.zip / SAMPLE3.ZIP / CALLSAY.CNF < prev    next >
Text File  |  1990-01-13  |  2KB  |  56 lines

  1. ;
  2. ; Configuration file for CALLS v14s16.
  3. ; Anything following ";" is a comment.
  4. ; Keywords may appear in any order.
  5. ; Default values will be used for keywords not specified in the config file.
  6. ;
  7.  
  8. ;full name of caller input file
  9. INFILE  l:\pcb\main\yester
  10.  
  11. ;output file to produce
  12. OUTFILE yester.out
  13.  
  14. ;file for saved history information
  15. SAVEFILE nul            ;no history-- generate single report for today only
  16.  
  17. NODES 3
  18.  
  19. ;list of reports to produce from the following list
  20. ;
  21. ;   A - system statistics            B - graphic modes
  22. ;   C - baud rates                   D - hourly usage
  23. ;   E - conferences joined           F - bulletins read
  24. ;   G - doors opened                 H - download protocols
  25. ;   I - download efficiency          J - upload protocols
  26. ;   K - upload efficiency            L - batch sizes
  27. ;   M - files downloaded             N - security statistics
  28. ;   O - security level counters      P - connect type analysis
  29. ;   Q - free downloads
  30. ;                                    Z - insert a blank line
  31. REPORTS ANBCDOPEFGHIJKLQM
  32.  
  33. ;number of "free downloads" to report
  34. MAXFREE 10
  35.  
  36. ;minimum d/l's to include a file in report
  37. MINDL   2
  38.  
  39. ;peak hours to report
  40. ;                 1         2
  41. ;       012345678901234567890123
  42. PEAK    YNNNNNNNNNNNNNNNNYYYYYYY
  43.  
  44. ;maximum number of conferences to report
  45. MAXCONF 20
  46.  
  47. ;maximum number of bulletins to report
  48. MAXBLT  20
  49.  
  50. ;maximum number of doors to report
  51. MAXDOOR 20
  52.  
  53. ;maximum number of batch sizes to report
  54. MAXBATCH 10
  55.  
  56.